|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfilescan.ClassFileScanHandler
public class ClassFileScanHandler
Class file scan handler returns classes stored in files. If no class is stored in the file in question, nothing is returned.
| Constructor Summary | |
|---|---|
ClassFileScanHandler()
Construct. |
|
| Method Summary | |
|---|---|
java.lang.Object |
handleFile(java.io.File file)
Return a class stored in a file, or null if no class is stored in this file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassFileScanHandler()
| Method Detail |
|---|
public java.lang.Object handleFile(java.io.File file)
handleFile in interface FileScanHandler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||